vcRunRobotRoutineStatement

Waits until the robot is idle, then evaluates the given RoutineName expression and tries to find the routine, then start the routine, and waits until the routine has been executed to completion.

See in: Overview

Module: vcProcessModel

Parent: vcStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
RobotComponentvcComponentRWGets or sets the component from which to search for a robot executor.
See more
If the component has multiple robot executors, the first one of the these will be selected. None can be used to select the component that owns the process executor that is running this statement.
RoutineNamePropertyvcPropertyRGets an expression that must evaluate to a string value.
See more
During execution, the statement will attempt to find a routine from the selected robot executor with that name. This expression evaluation and routine search will be performed again each time the robot becomes idle.